From 3e3f2494b56a7d9ccec170d0a5576c80085e73c0 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 13 Sep 2011 00:52:06 +0530 Subject: [PATCH] build: Remove --enable-maintainer-mode as it's now the default --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 41b8d64..d0b5fc5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -154,7 +154,7 @@ fi echo echo "I am going to run ./configure with the following arguments:" echo -echo " --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@" +echo " $AUTOGEN_CONFIGURE_ARGS $@" echo if test -z "$*"; then @@ -209,7 +209,7 @@ echo echo "Running ./configure..." echo -$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" +$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@" RC=$? if test $RC -ne 0; then echo -- 2.30.2